home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 11
/
FM Towns Free Software Collection 11.iso
/
t_os
/
tool
/
artemis2
/
src
/
wakebtn.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS (detected)
UTF-8
Wrap
C/C++ Source or Header
|
1994-06-30
|
371 b
|
20 lines
#ifndef HEADER_WAKEBTN
#define HEADER_WAKEBTN
typedef struct {
unsigned int atr ;
FRAME fr ;
COLOR clr ;
unsigned char atrm ; /* ここまではハイパーに同じ. */
int (*func)() ;
unsigned short skey ; /* ここまではボタンに同じ */
} WAKE ;
int MMI_initWakeBtn(void);
#ifndef MODULE_WAKEBTN
extern int MJ_WAKEBTN;
#endif
#endif HEADER_WAKEBTN